バージョン

RectanglesCollide(Single,RectangleF[]) メソッド

回転軸として中心を使用して特定の角度で回転された場合、配列の四角形が別の四角形と衝突するかどうかを返します。
シンタックス
'宣言
 
Public Overloads Shared Function RectanglesCollide( _
   ByVal rotationAngle As Single, _
   ByVal rects() As RectangleF _
) As Boolean
public static bool RectanglesCollide( 
   float rotationAngle,
   RectangleF[] rects
)

パラメータ

rotationAngle
回転角度 (度単位)。
rects
衝突をテストするための四角形の配列。

戻り値の型

2 つの四角形が衝突する場合は True、そうでない場合は False。
参照